Cache Options
PLANS
Cache on Disk
Export-Permission > EFPosh > Entity Framework Core > Database Provider
First Level Cache
In-Memory, maintained by the EF DbContext
Second Level Cache
External Cache, distributed
Export-Permission > EFPosh > Entity Framework Core > EntityFrameworkCore.Cacheable > Memcached
$PSCache: PowerShell-Only In-Process Caches
Used for things that can't be stored on disk like PSSessions and CIM Sessions.